Skip to content

Conversation

@keith
Copy link
Member

@keith keith commented Nov 22, 2025

clang -xc++-header -fsyntax-only -c foo.h
clang: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument]

This just no longer passes the -c to the header parsing action

```
clang -xc++-header -fsyntax-only -c foo.h
clang: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument]
```

This just no longer passes the `-c` to the header parsing action
@keith
Copy link
Member Author

keith commented Dec 3, 2025

@trybka wdyt about this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant